CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - dc motor microcontroller

搜索资源列表

  1. anmoyizi

    0下载:
  2. 用PIC单片机对直流电机的控制,用在按摩椅上的.有倒背,敲打等功能.-PIC microcontroller with the DC motor control, used in the massage chair. A backwards, grief capabilities.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:8179
    • 提供者:曾敏
  1. 20-3 moto_PWM

    0下载:
  2. 此源码针对C8051F040单片机开发的,用于直流电机驱动电路调试-against C8051F040 microcontroller development for DC motor drive circuit debugging
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5239
    • 提供者:聂单根
  1. wsdj

    1下载:
  2. 无刷直流电机控制系统,采用C8051330系列单片机,主要为系统方案设计-brushless DC motor control system, using C8051330 series microcontroller, mainly for system design
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:17658
    • 提供者:陈阳
  1. picdocument

    0下载:
  2. 基于PIC单片机的无刷直流电动机控制器的设计-PIC microcontroller based on the brushless DC motor controller design
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:48844
    • 提供者:fdf
  1. motor

    0下载:
  2. motor.c是一个简单的52单片机通过rs232串口控制直流电机的C程序。可以学习定时器、串口的中断,以及通过输出一定占空比的PWM波来控制电机转速、转向的方法。-motor.c 52 microcontroller is a simple DC motor control by rs232 serial C program. Can learn timer, serial port interrupts, and by a certain duty cycle of the PWM wave
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:746
    • 提供者:翻墙
  1. motor

    0下载:
  2. 51单片机端口模拟PWM输出控制直流电机,代码经调试无误,在51单片机上可使用-51 single-port analog DC motor control PWM outputs, the code after debugging is correct, the microcontroller can be used in the 51
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:31127
    • 提供者:张三
  1. AT89S52-Microcontroller

    0下载:
  2. 基于单片机AT89S52的直流电机PWM调速控制系统,用于了解PWM的软件实现!-AT89S52 Microcontroller based DC motor PWM speed control system
  3. 所属分类:DSP program

    • 发布日期:2017-04-05
    • 文件大小:263643
    • 提供者:于强
  1. PWM-PID-motor

    0下载:
  2. 运用PID调节器,实现直流电机在带动负载的情况下也能稳定的运行。运用A/D转换芯片将滑动变阻器的模拟电压转换为数字量作为控制直流电机速度的给定值;用压控振荡器模拟直流电机的运行(电压高-转速高-脉冲多),单片机在单位时间内对脉冲计数作为电机速度的检测值;应用数字PID模型作单片机控制编程,其中P、I、D参数可按键输入并用LED数码显示;单片机PWM调宽输出作为输出值,开关驱动、电子滤波控制模拟电机(压控振荡器)实现对直流电机的PID调压调速功能。-Use of the PID controlle
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:313892
    • 提供者:秦军红
  1. Motor-Controll

    0下载:
  2. 基于单片机和PROTUES控制步进电机和直流电机应用电路设计 用的是c语言来实现 亲自经过了实践 控制效果不错-Based the microcontroller and PROTUES control stepper motor and DC motor application circuit design is c language to achieve good person after practice control effect
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-11-09
    • 文件大小:104103
    • 提供者:wangjihuan
  1. PWM

    0下载:
  2. 这是直流电机的单片机程序的源程序,可以自己修改,编译以及改进-This is the source of the DC motor microcontroller program can modify, compile, and improved
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:635313
    • 提供者:代小楷
  1. motor-pwm

    0下载:
  2. 用单片机实现对直流电机的闭环控制,其中PWM用单片机的定时器产生-MCU closed-loop control of DC motor, where the PWM with microcontroller timer
  3. 所属分类:SCM

    • 发布日期:2017-11-18
    • 文件大小:22231
    • 提供者:杜石头
  1. PWM-motor

    0下载:
  2. 通过单片机IO口,使用PWM来控制直流电机恒速运行-Constant speed through the microcontroller IO port, using PWM to control DC motor
  3. 所属分类:SCM

    • 发布日期:2017-11-11
    • 文件大小:25425
    • 提供者:罗育培
  1. 180degree-BLDC-motor-control-source-code

    0下载:
  2. 180degree commutation BLDC motor control source code for NEC semiconductor This source code is firmware to execute Sine wave drive method edition of brush-less DC motor with hall sensor on 78K0R/Ix3 Microcontroller.
  3. 所属分类:DSP program

    • 发布日期:2017-04-06
    • 文件大小:35876
    • 提供者:rafeeq
  1. motor-PWM-speed-

    0下载:
  2. 51单片机对直流电机的PWM控制实例源码,初学者值得参考.-51 microcontroller PWM control of dc motor example source code, is worth reference for beginners.
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:12611
    • 提供者:潘祺
  1. DC-motor-speed-control

    0下载:
  2. 通过开关或按键实现三个功能的切换:○1利用A/D转换芯片0809将W1电位器提供模拟量转换成数字量并显示;○2利用D/A转换芯片0832将单片机输出的数字量转换为模拟量输出并显示;○3利用W1电位器提供的模拟量经0809、单片机和0832转换和放大后驱动直流电机,实现电机调速。-Achieve three functions through the switch or button switch: ○ 1 use A/D converter chip 0809 will provide an a
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4698
    • 提供者:lz
  1. Control-2-DC-Motors-Via-Bluetooth

    0下载:
  2. bluetooth control dc motor. using microcontroller-bluetooth control dc motor. using microcontroller..
  3. 所属分类:Project Design

    • 发布日期:2017-05-03
    • 文件大小:1316219
    • 提供者:karthik
  1. C51-Motor

    0下载:
  2. C51单片机应用继电气的方向控制直流马达-C51 microcontroller applications, following the direction of the electrical control of the DC motor
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:68100
    • 提供者:xq
  1. DC-MOTOR

    0下载:
  2. 文件通过对单片机编程,来驱动电机,进而实现小车的各个方向的移动。-Files for microcontroller programming, to drive the motor, move in all directions so as to realize the car.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:1978
    • 提供者:胡德爱
  1. Teach-you-PIC-microcontroller

    0下载:
  2. 手把手教你学PIC单片机C语言教程,其中包括:(13+按健控制.pdf)/(14+控制步进电机.pdf)/(22+AD转换.pdf)/(25+红外线解码.pdf)/(26+直流电机PWM调速.pdf)-Taught you how to learn PIC singlechip C language tutorial, including: (13+ according to the healthy control. PDF)/(14+ stepper motor control. PDF)/(
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-11
    • 文件大小:2469201
    • 提供者:罗龙天
  1. BLDC双闭环控制(dsPIC)

    1下载:
  2. 利用dsPIC单片机对直流无刷电机进行双闭环控制(Brushless DC motor double-loop control, PIC microcontroller)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2017-12-29
    • 文件大小:100352
    • 提供者:Erzat
« 1 2 34 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com